home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / 2336B.ZIP / SCRDISK4.EXE / arc / #DEFINES.C next >
Text File  |  1990-02-09  |  541b  |  21 lines

  1. /*
  2. Include mouse procedures in this compile.... These procedure can not
  3. be linked out by the smart linker if they are not referenced.
  4. */
  5. #define MOUSE
  6.  
  7.  
  8. /*
  9. Include field validation procedure in Turbo ScrEdit libraries.... These
  10. procdures can not be linked out by the smart linker if they are not
  11. referenced.
  12. */
  13. #define VALIDATE
  14.  
  15.  
  16. /*
  17. Include color changeing procedures in Turbo ScrEdit libraries.... These
  18. procedures CAN BE LINKED out by the smart linker if the are not
  19. referenced by your programs.
  20. */
  21. #define COLORCHANGE